/***
   Default style
***/
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
* {
	margin: 0;
	padding: 0;
}
body,
input,
button,
select,
textarea {
	color: #354650;
	font-family: Lato, sans-serif;
}
textarea {
	resize: none;
}
input:focus,
textarea:focus {
	outline: none;
}
input:invalid {
	box-shadow: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
::-webkit-input-placeholder {
	color: #c0c6ce;
}
:-moz-placeholder {
	color: #c0c6ce;
	opacity: 1;
}
::-moz-placeholder {
	color: #c0c6ce;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #c0c6ce;
}
/***
   Header style
***/
#header-background {
	background-position: 69%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 485px;
	position: relative;
	background-image: url(../img/nurse-fullscreen-1.jpg);
}
#header-background-blackout {
	background: rgba(0, 22, 39, 0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#header-background-rounding {
	background-image: url(../img/fullscreen-rounding.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: inherit;
	position: relative;
	z-index: 2;
}
#header-title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	left: 20px;
	position: absolute;
	top: 97px;
	text-align: center;
	line-height: 35px;
	right: 20px;
}
#header-text {
	left: 20px;
	position: absolute;
	top: 213px;
	font-size: 18px;
	color: #fff;
	right: 20px;
	text-align: center;
}
#header-button {
	left: 50%;
	position: absolute;
	top: 280px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #54d0ff;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	width: 280px;
	text-align: center;
	margin-left: -140px;
}
#header-button:hover {
	background: #00aff1;
}
#header-link {
	left: 20px;
	position: absolute;
	text-align: center;
	top: 358px;
	right: 20px;
}
#header-link a {
	color: #fff;
	font-size: 18px;
}
#header-list {
	display: none;
}
#header-scroll {
	position: absolute;
	bottom: 30px;
	left: 50%;
	cursor: pointer;
	width: 80px;
	margin-left: -40px;
}
#header-scroll span {
	color: #fff;
	margin-bottom: 5px;
	display: block;
}
#header-scroll i {
	background: url(../img/scrolldown.svg) no-repeat;
	height: 14px;
	width: 24px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 768px){
	#header-background {
		background-position: right;
		height: 750px;
	}
	#header-title {
		font-size: 48px;
		width: 440px;
		line-height: 47px;
		top: 166px;
		margin: 0 auto;
	}
	#header-text {
		top: 285px;
		font-size: 24px;
	}
	#header-button {
		top: 386px;
		height: 80px;
		line-height: 80px;
		font-size: 36px;
		width: 300px;
		left: 50%;
		margin-left: -150px;
	}
	#header-link {
		top: 500px;
	}
	#header-list {
		left: 50%;
		position: absolute;
		top: 561px;
		display: table;
		width: 400px;
		margin-left: -200px;
	}
	#header-list li {
		display: table-cell;
		padding: 0 5px;
	}
	#header-list li i {
		background: url(../img/c_check.svg) no-repeat;
		width: 27px;
		height: 22px;
		display: block;
		margin: 0 auto 11px;
	}
	#header-list li span {
		font-size: 14px;
		color: #fff;
		text-align: center;
		display: block;
		line-height: 16px;
	}
}
/***
   Scroll Menu style
***/
#mobile-menu {
	height: 60px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
#mobile-menu-background {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#mobile-menu-sandwich {
	background: url(../img/mobile-sandwich.svg) no-repeat;
	left: 15px;
	position: absolute;
	top: 20px;
	width: 29px;
	height: 21px;
	z-index: 2;
	cursor: pointer;
}
#mobile-menu.active #mobile-menu-sandwich {
	background: url(../img/mobile-sandwich-active.svg) no-repeat;
}
#mobile-menu-logo {
	background: url(../img/mobile-logo.svg) no-repeat;
	left: 50%;
	position: absolute;
	top: 10px;
	width: 48px;
	height: 40px;
	margin-left: -24px;
	z-index: 3;
}
#mobile-menu-phone {
	background: url(../img/mobile-phone.svg) no-repeat;
	right: 15px;
	position: absolute;
	top: 18px;
	width: 17px;
	height: 25px;
	z-index: 4;
}
#mobile-menu.active #mobile-menu-phone {
	background: url(../img/mobile-phone-active.svg) no-repeat;
}
#desktop-menu {
	display: none;
	height: 69px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
#desktop-menu-background {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#desktop-menu-logo {
	background: url(../img/desktop-logo.svg) no-repeat;
	height: 45px;
	left: 20px;
	position: absolute;
	top: 12px;
	width: 200px;
	z-index: 2;
}
#desktop-menu-phone-icon {
	background: url(../img/mobile-phone.svg) no-repeat;
	height: 25px;
	position: absolute;
	right: 258px;
	top: 25px;
	width: 17px;
	z-index: 2;
}
#desktop-menu.active #desktop-menu-phone-icon {
	background: url(../img/mobile-phone-active.svg) no-repeat;
}
#desktop-menu-phone-number {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 121px;
	top: 24px;
	z-index: 2;
	text-decoration: none;
}
#desktop-menu.active #desktop-menu-phone-number {
	color: #354650;
}
#desktop-menu-line1,
#desktop-menu-line2 {
	background: #fff;
	height: 27px;
	opacity: 0.34;
	position: absolute;
	top: 23px;
	width: 1px;
	z-index: 2;
}
#desktop-menu-line1 {
	right: 92px;
}
#desktop-menu-line2 {
	right: 228px;
}
#desktop-menu.active #desktop-menu-line1,
#desktop-menu.active #desktop-menu-line2 {
	background: #354650;
}
#desktop-menu-link {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	right: 28px;
	position: absolute;
	text-decoration: none;
	top: 24px;
	z-index: 2;
}
#desktop-menu.active #desktop-menu-link {
	color: #354650;
}
#desktop-menu-sign-in {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 149px;
	top: 24px;
	z-index: 2;
	text-decoration: none;
}
#desktop-menu.active #desktop-menu-sign-in {
	color: #354650;
}
#desktop-menu-get-started {
	right: 20px;
	position: absolute;
	top: 12px;
	z-index: 2;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	border: solid 1px #fff;
	text-decoration: none;
}
#desktop-menu-get-started:hover {
	background: #00aff1 !important;
	border: solid 1px #00aff1 !important;
}
#desktop-menu.active #desktop-menu-get-started {
	background: #54d0ff;
	border: solid 1px #54d0ff;
}
@media (min-width: 960px){
	#mobile-menu {
		display: none;
	}
	#desktop-menu {
		display: block;
	}
}
/***
   Show-Hide Menu style
***/
#sandwich-menu {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1002;
	visibility: hidden;
	height: 100%;
}
#sandwich-menu-scroll {
	-webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	width: 320px;
	margin-left: -320px;
	position: relative;
}
#sandwich-menu-exit {
	background: url(../img/mobile-sandwich-close.svg) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 15px;
	left: 15px;
	cursor: pointer;
}
#sandwich-menu-logo {
	background: url(../img/desktop-logo.svg) no-repeat;
	height: 45px;
	width: 200px;
	position: absolute;
	top: 89px;
	left: 60px;
}
#sandwich-menu-gets {
	text-align: center;
	padding-top: 221px;
}
#sandwich-menu-gets a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-sign-in {
	text-align: center;
	padding-top: 38px;
}
#sandwich-menu-sign-in a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-line1 {
	background: rgba(151, 151, 151, 0.28);
	height: 1px;
	width: 120px;
	margin: 47px auto 0;
}
#sandwich-menu-line2 {
	background: rgba(151, 151, 151, 0.28);
	height: 1px;
	width: 120px;
	margin: 47px auto 0;
}
#sandwich-menu-line3 {
	background: rgba(151, 151, 151, 0.28);
	height: 1px;
	width: 120px;
	margin: 47px auto 0;
}
#sandwich-menu-sign-up {
	text-align: center;
	padding-top: 38px;
}
#sandwich-menu-sign-up a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-jobs {
	text-align: center;
	padding: 38px 0 163px;
}
#sandwich-menu-jobs a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-copy {
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 21px;
	left: 0;
	right: 0;
}
/***
   Content Info style
***/
#content-info {
	display: table;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 35px 0;
}
#content-info div.cell {
	display: table-row;
	width: 100%;
	text-align: center;
}
#content-info div.cell i {
	display: block;
	margin: 25px auto 0;
}
#content-info div.cell span {
	font-size: 36px;
	font-weight: bold;
	display: block;
	line-height: 36px;
	margin-top: 32px;
}
#content-info div.cell p {
	font-size: 18px;
	display: block;
	line-height: 23px;
	margin: 20px 0 21px;
}
#content-info div.cell.left i {
	background: url(../img/nurse-info-left.svg) no-repeat;
	width: 98px;
	height: 82px;
}
#content-info div.cell.middle i {
	background: url(../img/nurse-info-middle.svg) no-repeat;
	width: 90px;
	height: 81px;
}
#content-info div.cell.right i {
	background: url(../img/nurse-info-right.svg) no-repeat;
	width: 96px;
	height: 78px;
}
@media (min-width: 1280px){
	#content-info {
		padding: unset;
	}
	#content-info div.cell {
		display: table-cell;
		width: 33.33333333%;
	}
	#content-info div.cell i {
		margin: 100px auto 0;
	}
	#content-info div.cell p {
		margin: 20px 0 96px;
	}
}
/***
   Content Care style
***/
#content-care {
	background: #f1f2f7;
	padding: 35px 0 45px;
}
#content-care-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
}
#content-care div.table {
	display: table;
	max-width: 380px;
	margin: 0 auto;
}
#content-care div.table div.cell.left {
	display: table-header-group;
}
#content-care div.table div.cell.right {
	display: table-footer-group;
}
#content-care div.table div.cell i {
	display: block;
	margin: 44px auto 20px;
}
#content-care div.table div.cell i.hc-1 {
	width: 31px;
	height: 45px;
	background: url(../img/hc1.svg) no-repeat;
}
#content-care div.table div.cell i.hc-2 {
	width: 37px;
	height: 46px;
	background: url(../img/hc2.svg) no-repeat;
}
#content-care div.table div.cell i.hc-3 {
	width: 28px;
	height: 41px;
	background: url(../img/hc3.svg) no-repeat;
}
#content-care div.table div.cell i.hc-4 {
	width: 44px;
	height: 44px;
	background: url(../img/hc4.svg) no-repeat;
}
#content-care div.table div.cell span {
	font-size: 36px;
	line-height: 39px;
	text-align: center;
	padding: 0 20px 15px;
	display: block;
}
#content-care div.table div.cell p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 0 20px;
}
@media (min-width: 1060px){
	#content-care {
		padding: 50px 0 55px;
	}
	#content-care-title {
		font-size: 48px;
		line-height: unset;
	}
	#content-care div.table {
		max-width: 1080px;
	}
	#content-care div.table div.cell {
		display: table-cell !important;
		width: 50%;
		padding: 0 50px;
	}
}
/***
   Content Honors style
***/
#content-honors {
	background-position: 65%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	position: relative;
	background-image: url(../img/nurse-fullscreen-2.jpg);
}
#content-honors-blackout {
	background: rgba(0, 22, 39, 0.25);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#content-honors-title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	left: 20px;
	position: absolute;
	top: 56px;
	text-align: center;
	line-height: 39px;
	z-index: 2;
	right: 20px;
}
#content-honors-button {
	left: 50%;
	position: absolute;
	top: 310px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #54d0ff;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	width: 280px;
	text-align: center;
	margin-left: -140px;
	z-index: 2;
}
#content-honors-button:hover {
	background: #00aff1;
}
#content-honors-link {
	left: 20px;
	position: absolute;
	top: 397px;
	text-align: center;
	z-index: 2;
	right: 20px;
}
#content-honors-link a {
	color: #fff;
	font-size: 18px;
}
@media (min-width: 768px){
	#content-honors {
		background-position: 86%;
	}
	#content-honors-title {
		font-size: 48px;
		line-height: 46px;
		top: 80px;
		max-width: 640px;
		margin: 0 auto;
	}
	#content-honors-button {
		font-size: 36px;
		height: 80px;
		line-height: 80px;
		width: 300px;
		margin-left: -150px;
		top: 280px;
	}
	#content-honors-link {
		top: 395px;
	}
}
/***
   Content Services style
***/
#content-services {
	background: #f1f2f7;
}
#content-services-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 50px 40px 29px;
	line-height: 37px;
}
#content-services-view {
	padding-bottom: 33px;
}
#content-services-view div.table {
	display: table;
	padding: 24px 0;
	width: 285px;
	margin: 0 auto;
}
#content-services-view div.table div.left {
	width: 52px;
	padding-right: 20px;
}
#content-services-view div.table div.left,
#content-services-view div.table div.right {
	display: table-cell;
	vertical-align: top;
}
#content-services-view div.table div.left i {
	display: block;
	margin: 0 auto;
}
#content-services-view div.table div.left i.services-1 {
	background: url(../img/nurse-services-1.svg) no-repeat;
	width: 31px;
	height: 45px;
}
#content-services-view div.table div.left i.services-2 {
	background: url(../img/nurse-services-2.svg) no-repeat;
	width: 44px;
	height: 39px;
}
#content-services-view div.table div.left i.services-3 {
	background: url(../img/nurse-services-3.svg) no-repeat;
	width: 47px;
	height: 44px;
}
#content-services-view div.table div.left i.services-4 {
	background: url(../img/nurse-services-4.svg) no-repeat;
	width: 40px;
	height: 44px;
}
#content-services-view div.table div.left i.services-5 {
	background: url(../img/nurse-services-5.svg) no-repeat;
	width: 42px;
	height: 39px;
}
#content-services-view div.table div.left i.services-6 {
	background: url(../img/nurse-services-6.svg) no-repeat;
	width: 37px;
	height: 46px;
}
#content-services-view div.table div.left i.services-7 {
	background: url(../img/nurse-services-7.svg) no-repeat;
	width: 39px;
	height: 50px;
}
#content-services-view div.table div.left i.services-8 {
	background: url(../img/nurse-services-8.svg) no-repeat;
	width: 40px;
	height: 38px;
}
#content-services-view div.table div.right div.name {
	font-size: 24px;
	line-height: 24px;
}
#content-services-view div.table div.right div.name a {
	color: #354650;
	text-decoration: none;
}
#content-services-view div.table div.right div.name a:hover {
	color: #00aff1;
}
#content-services-view div.table div.right div.text {
	font-size: 14px;
	line-height: 18px;
	margin-top: 14px;
}
@media (min-width: 768px){
	#content-services-title {
		font-size: 48px;
		line-height: unset;
	}
	#content-services-view {
		display: table;
		width: 760px;
		margin: 0 auto;
	}
	#content-services-view div.table {
		float: left;
		width: 360px;
		padding: 24px 10px;
	}
}
@media (min-width: 1280px){
	#content-services-view {
		width: 1140px;
	}
}
/***
   Footer style
***/
#footer-background {
	background: #1b1e25;
	padding: 1px 20px 15px;
}
#footer-links {
	display: table;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
#footer-links div.dinamic-cell {
	display: table-row;
}
#footer-links div.dinamic-cell div.table {
	display: table;
	width: 100%;
	padding: 20px 0;
}
#footer-links div.dinamic-cell div.table div.static-cell {
	display: table-cell;
	width: 50%;
}
#footer-links div.dinamic-cell div.table div.static-cell ul {
	list-style: none;
}
#footer-links div.dinamic-cell div.table div.static-cell ul li {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
#footer-links div.dinamic-cell div.table div.static-cell ul li a {
	color: #fff;
	text-decoration: none;
	opacity: 0.3;
}
#footer-links div.dinamic-cell div.table div.static-cell ul.col1,
#footer-links div.dinamic-cell div.table div.static-cell ul.col2,
#footer-links div.dinamic-cell div.table div.static-cell ul.col3,
#footer-links div.dinamic-cell div.table div.static-cell div.col4 {
	display: table;
	width: 140px;
	margin: 0 auto;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social {
	height: 35px;
	padding: 11px 0 20px;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	margin: 0 5px;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a:first-child {
	margin: 0 5px 0 0;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a:last-child {
	margin: 0 0 0 5px;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a.yelp {
	background: url(../img/yelp-icon.svg) no-repeat;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a.twitter {
	background: url(../img/twitter-icon.svg) no-repeat;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a.facebook {
	background: url(../img/facebook-icon.svg) no-repeat;
}
#footer-links div.dinamic-cell div.table div.static-cell a.accredited {
	background: url(../img/accredited-business.png) no-repeat;
	height: 55px;
	width: 113px;
	display: block;
}
@media (min-width: 380px){
	#footer-links div.dinamic-cell div.table div.static-cell ul.col1,
	#footer-links div.dinamic-cell div.table div.static-cell ul.col2,
	#footer-links div.dinamic-cell div.table div.static-cell ul.col3,
	#footer-links div.dinamic-cell div.table div.static-cell div.col4 {
		width: 170px;
	}
}
@media (min-width: 768px){
	#footer-links div.dinamic-cell {
		display: table-cell;
		width: 50%;
	}
	#footer-links div.dinamic-cell div.table div.static-cell ul.col2 {
		padding-right: 4px;
	}
	#footer-links div.dinamic-cell div.table div.static-cell ul.col3 li {
		padding-left: 32px;
	}
}
#footer-text {
	font-size: 14px;
	color: #fff;
	opacity: 0.3;
	text-align: center;
	padding-bottom: 7px;
	max-width: 960px;
	margin: 0 auto;
}